home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / Internal_29.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  140 b   |  9 lines

  1. on stopMovie
  2.   global endflag
  3.   if endflag = VOID then
  4.     if the machineType = 256 then
  5.       open("releaser.exe")
  6.     end if
  7.   end if
  8. end
  9.